* {
    font-family: 'Microsoft YaHei',STHeiti,Verdana,Arial,Tahoma,'sans-serif';
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #666;
    /*-webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);*/
}
html,body{
    height: 100%;
}
body{
    width: 100%;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.clearfix{
    zoom: 1;
}
.clearfix:before,
.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}




